A fast SAX based xml parser, which loads Java objects with the data from the XML source. The best starting point
for usage is the PreContentHandler. There is also a flavour here which will auto-generate Java data objects compatible
with a given XML file, no DTD or Schema is required. See {@link CodeGenerator} for more info. This class uses {@link GeneratorContentHandler}
as it's basis, which is a specific subclass of {@link GenericContentHandler} (the base class for all XML parsing).
Note that parsing and code generation is very flexible and configurable. It also performs quite well, with a variety of caching along the way, etc.
Package Specification
Related Documentation